(Samples): add responsive layout samples — Team Standup Summary & Project Dashboard#39
Open
VikrantSingh01 wants to merge 1 commit into
Open
Conversation
…ive layout samples Two new sample cards demonstrating Adaptive Cards responsive layout patterns: - Team Standup Summary: Uses Layout.AreaGrid with targetWidth to display team members in a 2-column grid on Standard+ screens that collapses to a single-column stack on Narrow/VeryNarrow. Includes Badge components for status indicators and a highlighted blocker summary. - Project Dashboard: Uses multiple Layout.AreaGrid definitions with different targetWidth breakpoints for KPI tiles (4-col → 2x2 → stack), milestones+team section (side-by-side → stacked), and targetWidth on individual elements to show/hide timestamps and dates based on width. Co-Authored-By: Claude <noreply@anthropic.com>
Author
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
Adds two new sample cards that demonstrate responsive layout patterns using
Layout.AreaGridandtargetWidthbreakpoints:1. Team Standup Summary
Layout.AreaGridwithtargetWidth: "atLeast:Standard"to render a 2x2 grid on desktop that collapses to a single-column stack on Narrow/VeryNarrowColumnSetfor Narrow+ and stackedContainerfor VeryNarrowBadgecomponents for status indicators (On track, Blocked, Not reported)2. Project Dashboard
Layout.AreaGridlayouts on KPI container: 4-column row at Standard+, 2x2 grid at Narrow, default stack at VeryNarrowLayout.AreaGridon milestones/team section for 60/40 side-by-side at Standard+ → stacked on mobiletargetWidthon individual elements to conditionally show/hide timestamps and datesRichTextBlockactivity feed with mixed-weight inline textResponsive features demonstrated
Layout.AreaGridtargetWidthon layoutstargetWidthon elementsBadgecomponentIconcomponentRichTextBlockBoth samples include full
README.mdwith responsive layout documentation, breakpoint tables, and implementation details.catalog.jsonupdated with both entries.Test plan
catalog.jsonloads correctly